Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix setuptools warning about license_files #8595

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

adamchainz
Copy link
Contributor

Fix this warning from setuptools:

/.../setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
  warnings.warn(msg, warning_class)

It could be seen at the top of the wheel building command run on CI:

python3 setup.py bdist_wheel 2>&1 | head

(It would be best to use build these days)

@adamchainz adamchainz requested a review from tomchristie August 9, 2022 10:37
@tomchristie
Copy link
Member

Assume this needs bringing up to date with master, since #8591 should fix the failing CI.

@adamchainz
Copy link
Contributor Author

Yup, rebased.

@adamchainz adamchainz force-pushed the setuptools_license_warning branch from 13bc153 to fb9cef8 Compare August 10, 2022 12:38
@tomchristie tomchristie merged commit 35a6d65 into encode:master Aug 10, 2022
@tomchristie
Copy link
Member

👍

@adamchainz adamchainz deleted the setuptools_license_warning branch August 10, 2022 12:57
sigvef pushed a commit to sigvef/django-rest-framework that referenced this pull request Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants